home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Players / StillView / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  866 b   |  17 lines

  1. DirectShow Sample -- StillView
  2. ------------------------------
  3.  
  4. This application scans a directory for image files (BMP, GIF, JPG, TGA) and displays 
  5. a list of the relevant file names.  Click a file name in the listbox to display its
  6. image on the Image Viewer screen, along with image information such as its video 
  7. dimensions and file size.
  8.  
  9. StillView also displays information about the filter graphs that it creates, 
  10. including the names of the filters and their corresponding pins.  If a selected filter
  11. supports a property page, you can click the Filter Properties button to view the page.
  12.  
  13. Note:  This sample requires Microsoft Foundation Class Library 4.2 (Mfc42.dll).
  14.  
  15. Note: In order to launch GraphEdit to view the currently selected file, the GraphEdt.exe
  16. utility must exist in a directory on your search path (like c:\windows or c:\winnt).
  17.